home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 May / SGI IRIX 6.5 Complementary Applications 2004 May.iso / dist / PPRO.idb / usr / share / catman / u_man / cat1 / backend.z / backend
Encoding:
Text File  |  2004-01-20  |  3.0 KB  |  133 lines

  1.  
  2.  
  3.  
  4. backend(1)            Easy Software Products           backend(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        backend - cups backend transmission interfaces
  9.  
  10. SSYYNNOOPPSSIISS
  11.        bbaacckkeenndd job user title num-copies options [ _f_i_l_e_n_a_m_e ]
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.        The  CUPS backend interface provides a standard method for
  15.        sending document files to different physical interfaces.
  16.  
  17.        Backends must be capable of reading from a filename on the
  18.        command-line or from the standard input, copying the stan-
  19.        dard input to a temporary file if required by the physical
  20.        interface.
  21.  
  22.        The command name (argv[0]) is set to the device URI of the
  23.        destination printer.
  24.  
  25. EENNVVIIRROONNMMEENNTT VVAARRIIAABBLLEESS
  26.        The following environment variables  are  defined  by  the
  27.        CUPS server when executing the backend:
  28.  
  29.        CHARSET
  30.             The default text character set (typically us-ascii or
  31.             iso-8859-1).
  32.  
  33.        CLASS
  34.             When a job is submitted to a printer class,  contains
  35.             the  name of the destination printer class. Otherwise
  36.             this environment variable will not be set.
  37.  
  38.        CONTENT_TYPE
  39.             The MIME type associated with the file (e.g. applica-
  40.             tion/postscript).
  41.  
  42.        CUPS_DATADIR
  43.             The directory where data files can be found.
  44.  
  45.        CUPS_SERVERROOT
  46.             The root directory of the server.
  47.  
  48.        DEVICE_URI
  49.             The  device-uri  associated with the printer; this is
  50.             provided for shell scripts which may not be  able  to
  51.             get the passed argv[0] string.
  52.  
  53.        LANG
  54.             The default language locale (typically C or en).
  55.  
  56.        PATH
  57.             The  standard  execution  path  for external programs
  58.             that may be run by the backend.
  59.  
  60.        PPD
  61.  
  62.  
  63.  
  64. 22 June 2000       Common UNIX Printing System                  1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. backend(1)            Easy Software Products           backend(1)
  71.  
  72.  
  73.             The full pathname of the PostScript Printer  Descrip-
  74.             tion (PPD) file for this printer.
  75.  
  76.        PRINTER
  77.             The name of the printer.
  78.  
  79.        RIP_CACHE
  80.             The  recommended  amount  of memory to use for Raster
  81.             Image Processors (RIPs).
  82.  
  83.        SOFTWARE
  84.             The name and version number of the server  (typically
  85.             CUPS/1.1).
  86.  
  87.        TZ
  88.             The timezone of the server.
  89.  
  90.        USER
  91.             The  user executing the backend, typically root; con-
  92.             sult the cupsd.conf file for the current setting.
  93.  
  94. SSEEEE AALLSSOO
  95.        cupsd(8), filter(1)  CUPS  Interface  Design  Description,
  96.        CUPS  Software  Administrators  Manual, CUPS Software Pro-
  97.        grammers Manual, http://localhost:631/documentation.html
  98.  
  99. CCOOPPYYRRIIGGHHTT
  100.        Copyright 1993-2003 by Easy Software Products, All  Rights
  101.        Reserved.
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. 22 June 2000       Common UNIX Printing System                  2
  131.  
  132.  
  133.